cody - HTMLify profile

cody
4270 Files
632823 Views
Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/124 - Lyrics Search App
* {
box-sizing: border-box;
}
body {
background-color: rgb(219, 213, 213);
font-family: Arial, Helvetica, sans-serif;
margin: 0;
box-sizing: border-box;
}
body {
background-color: rgb(219, 213, 213);
font-family: Arial, Helvetica, sans-serif;
margin: 0;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="uts-8">
<title>OLX Clone</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width-device=width,initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<html lang="en">
<head>
<meta charset="uts-8">
<title>OLX Clone</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width-device=width,initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
const from = document.getElementById("form");
const search = document.getElementById("search");
const result = document.getElementById("result");
const more = document.getElementById("more");
const apiURL = "https://api.lyrics.ovh";
async function searchSongs(term) {
const search = document.getElementById("search");
const result = document.getElementById("result");
const more = document.getElementById("more");
const apiURL = "https://api.lyrics.ovh";
async function searchSongs(term) {